X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/097781e6ad3f7bb1c13c16ff7b6bb7219764fb29..3de51c6f55d304f038df1b77c8ab346e2a187fe1:/Super%20Polarity/Actors/Bullet.cs diff --git a/Super Polarity/Actors/Bullet.cs b/Super Polarity/Actors/Bullet.cs index 6b797c2..d20289c 100644 --- a/Super Polarity/Actors/Bullet.cs +++ b/Super Polarity/Actors/Bullet.cs @@ -70,5 +70,11 @@ namespace SuperPolarity Renderer.CheckOut(this); Parent.Children.Remove(this); } + + public override void CleanUp() + { + base.CleanUp(); + this.particleEngine = null; + } } }